home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Actualizaciones / BBEdit 3.5.2 Update / What's New In BBEdit 3.5.2 < prev    next >
Encoding:
Text File  |  1996-01-03  |  9.5 KB  |  222 lines  |  [TEXT/R*ch]

  1. (This document was created by BBEdit, a product of Bare Bones Software.
  2. It was composed using Monaco 9, with four spaces per tab. The character
  3. set has been reduced to 7-bit using the "827" extension to simplify 
  4. mailing and quoting of this file over email and other on-line channels.)
  5.  
  6.  
  7. What's New in BBEdit 3.5.2
  8. ====== === == ====== =====
  9.  
  10. This document describes the bug fixes and feature enhancements that
  11. have been added in version 3.5.2.
  12.  
  13. Feature Additions
  14. ------- ---------
  15.  
  16. BBEdit 3.5.2 features the following additions:
  17.  
  18. +    Spell Checking. BBEdit now offers integrated spell checking, via the
  19.     "SpellWright" spell-check engine. By using the "Check Spelling"
  20.     command under the Text menu, you can locate and correct duplicate
  21.     words and incorrect spellings. In addition, the built-in spell
  22.     checking is HTML-aware: when checking an HTML document, the
  23.     spell-check system will skip over HTML markup tags, allowing you to
  24.     easily check your Web page content.
  25.     
  26.     In addition to the integrated spell checking, BBEdit can also
  27.     interact with external spell checkers which support the "Word
  28.     Services Suite", such as "Spellswell", by Working Software, Inc.
  29.     <http://www.webcom.com/~working/>.
  30.  
  31. +    Enhanced Extensions. BBEdit 3.5.2 features significant enhancements
  32.     to its extension interface. These enhancements make it possible for
  33.     properly written BBEdit extensions to offer floating tool windows
  34.     for easier access to plug-in functionality. These enhancements are
  35.     documented in the newest version of the BBEdit Extension Developer's
  36.     Kit, which is included on the BBEdit 3.5.2 CD-ROM, and which is
  37.     available from our Web site
  38.     <http://www.tiac.net/biz/bbsw/ftp.html#tools>.
  39.  
  40. +    Enhanced HTML Editing. As the result of a cooperative effort with
  41.     Lindsay Davies, BBEdit 3.5.2 supports version 2.0 of the "BBEdit
  42.     HTML Tools". This improved version of the popular HTML authoring
  43.     tools offers a floating tool palette for easy access to HTML markup
  44.     tags, enhanced HTML checking and previewing capabilities, and the
  45.     ability to insert image and anchor links by simply dropping the
  46.     appropriate image or HTML file into an HTML document's window. The
  47.     new HTML tools also feature "PageMill Cleaner", which is useful for
  48.     correcting several errors in the HTML code generated by version 1.0
  49.     of Adobe PageMill.
  50.  
  51. +    Improved Searching. BBEdit 3.5.2 offers various performance
  52.     improvements to the "Replace All" command, and now offers the
  53.     ability to search files that are used to build Symantec C++ 8.0
  54.     precompiled headers.
  55.  
  56. +    Improved Scripting. BBEdit now supports the AppleEvent Object Model
  57.     conventions for referring to text in an editing window. See the
  58.     "3.5.2 Scripting Changes" document for details. In addition, BBEdit
  59.     now supports version 3.0 of the Frontier menu-sharing protocol, for
  60.     greater performance. (To learn more about Frontier, visit UserLand's
  61.     web site at <http://www.hotwired.com/staff/userland/>.)
  62.  
  63. Performance and Usability Improvements
  64. ----------- --- --------- ------------
  65.  
  66. The following changes have been made in order to improve the performance
  67. and usability of various features:
  68.  
  69. +    If you are not using any compiler tools, the Command-key shortcuts
  70.     from the Compilers menu (Command-I, Command-K, Command-R, Command-U,
  71.     and Command-Y) are used for other menu items in BBEdit. As a result,
  72.     the "Check Spelling", "Open Internet Config", "Resolve URL", and
  73.     "View HTML File" commands are now accessible through Command-key
  74.     shortcuts.
  75.  
  76. +    Project Browser windows and Search Results windows now have a "Get
  77.     Info" icon. Clicking this icon will display information about the
  78.     file currently being displayed.
  79.  
  80. +    Search Results windows how have a function popup icon, so that it's
  81.     no longer necessary to open the file from the browser in order to
  82.     browse its functions.
  83.  
  84. +    BBEdit no longer preserves Undo information when performing a
  85.     multi-file replace. This reduces the ongoing memory requirements of
  86.     a multi-file replace operation, and improves performance.
  87.  
  88. +    The "Find Differences" operation has been significantly improved.
  89.     Those confusing "Skip" differences are now history, and the
  90.     computation and display of all differences is considerably more
  91.     accurate.
  92.  
  93. +    When displaying files as the result of a "Find Differences"
  94.     command, BBEdit now turns of soft text wrapping in those files. This
  95.     resolves discrepancies between the Differences display (which is
  96.     based on the hard-wrapped text) and the text display in the windows.
  97.  
  98. +    The "New Letter" command has been added to the PowerTalk mail menu.
  99.     This command will create a new editing window with a PowerTalk
  100.     mailer, for easier composition of outgoing mail messages.
  101.  
  102. +    If you hold down the Option key while pulling down the PowerTalk
  103.     mail menu, "Send..." becomes "Send". You can use this shortcut to
  104.     send a mail message with the current PowerTalk send options. (The
  105.     first time you do this in a session, BBEdit does need to bring up
  106.     the send options dialog in order to establish the defaults for that
  107.     session, though.)
  108.  
  109. +    BBEdit is now much smarter about locating files in CodeWarrior
  110.     project documents.
  111.  
  112. +    If you have Internet Config installed and configured, the "Send Us
  113.     Mail" and "Visit Our Web Site" commands under the Apple menu become
  114.     available. These commands make it easier to get in touch with us.
  115.  
  116. +    When sending a command to ToolServer, BBEdit will now set the
  117.     "Active" shell variable to the path name of the front window, and
  118.     the "Target" shell variable to the path of the window immediately
  119.     behind the front window. (When executing commands from the
  120.     ToolServer Worksheet, "Active" will always be the path of the
  121.     ToolServer Worksheet file.)
  122.  
  123. Bugs Fixed
  124. ---- -----
  125.  
  126. The following functional and cosmetic bugs have been fixed in BBEdit 3.5.2:
  127.  
  128. -    BBEdit now properly recognizes when a file has been opened from a
  129.     locked volume (such as a CD-ROM), and opens the file read-only.
  130.  
  131. -    If BBEdit is unable to save a file because the file in question is
  132.     in use by another application, BBEdit will no longer try to close
  133.     the file.
  134.  
  135. -    The "Compile" and "Check Syntax" commands are now available
  136.     immediately after you use the "Add" command. Previously, a window
  137.     activation was required in order for BBEdit to determine that the
  138.     file had been properly added.
  139.  
  140. -    The commands on the Edit menu are now properly enabled and disabled
  141.     when a dialog box with text fields (such as the Find dialog) is on
  142.     screen.
  143.  
  144. -    In some situations, the text engine would start to scroll random
  145.     text into an editing window after turning off soft text wrapping for
  146.     that window. Although scary looking, this bug did -not- cause data
  147.     corruption.
  148.  
  149. -    The reliability of Grep searching has been improved: 8-bit
  150.     characters are now properly recognized, and Grep search operations
  151.     will no longer exceed the search range when "Selection Only" is
  152.     selected in the Find dialog. In addition, performing a Replace All
  153.     with a zero-length Grep match would sometimes cause an infinite
  154.     amount of replacement at a single point in the document; this has
  155.     likewise been corrected.
  156.  
  157. -    The Perl scanner is now more intelligent about handling string
  158.     constants and parenthesis pairs: this resolves several reports of
  159.     the function popup failing to recognize functions after a certain
  160.     point in Perl source files.
  161.  
  162. -    The Escape key now dismisses the "Get Info" dialog, as it should.
  163.     (Previously, hitting the Escape key would activate the "Paginate"
  164.     button.)
  165.  
  166. -    BBEdit will now only shut down ToolServer if it launched
  167.     ToolServer. This means that you can now safely start ToolServer,
  168.     launch BBEdit, and then quit BBEdit, and ToolServer will remain
  169.     running.
  170.  
  171. -    After a Replace All operation in which no occurrences were found,
  172.     BBEdit would leave a gray insertion point in the window. This has
  173.     been corrected.
  174.  
  175. -    Some cosmetic/UI issues in the Preferences dialog have been
  176.     resolved: the Tab key no longer has any effect if the currently
  177.     visible Preferences panel has no edit fields. Likewise, clicking on
  178.     a control in the Preferences panel will no longer deselect the list
  179.     if the current panel has no edit fields.
  180.  
  181. -    Fixed bug which would cause the Preferences dialog to come up twice
  182.     in response to the "Preferences" command, when the "Quick Search"
  183.     window was in front.
  184.  
  185. -    When you forward a letter, BBEdit no longer marks the document
  186.     window as dirty. This should prevent the original content from being
  187.     included twice in the forwarded letter.
  188.  
  189. -    Corrected problem which would cause the last character in a
  190.     document to be lost when performing an "Insert Line Breaks"
  191.     operation in a soft wrapped window. This problem would occur when
  192.     the document in question did not end with a carriage return.
  193.  
  194. -    "Add Mailer" will no longer mark the document dirty if the window
  195.     in question is an untitled document.
  196.  
  197. -    In some situations, performing a case-insensitive "Find
  198.     Differences" operation would cause a window's contents to be
  199.     converted to all lower case.
  200.  
  201. -    Fixed a performance problem which would cause glacial performance
  202.     when opening files with the "Soft Wrap" option in the Preferences
  203.     dialog turned on.
  204.  
  205. -    Toolbox lookups done via THINK Reference or Toolbox Assistant
  206.     (QuickView) now succeed in situations when the reference system has
  207.     to be launched by BBEdit.
  208.  
  209. -    It is no longer necessary to click twice in a floating window's
  210.     content area in order to use it, in situations where a floating
  211.     window is obscured by other floating windows.
  212.  
  213. -    The cursor position display now properly accounts for tabs while
  214.     drag-selecting.
  215.  
  216. -    Fixed bug which would cause the current "Open Read Only" setting
  217.     from the "Open..." and "Open Several..." dialogs to be erroneously
  218.     stored in the preferences.
  219.  
  220. -    Window flickering when performing a Find Differences is now
  221.     somewhat reduced.
  222.